projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98904b8
)
Drop a reference to GtkGLArea::create-context
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 12 Oct 2014 03:55:53 +0000
(23:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Oct 2014 14:43:32 +0000
(10:43 -0400)
The signal no longer exists.
gtk/gtkglarea.c
patch
|
blob
|
history
diff --git
a/gtk/gtkglarea.c
b/gtk/gtkglarea.c
index be612b737f1398d3211005b647fbf6e874e5e497..c2c15ff21460fe84987d203582f8f3ba6a8f76cd 100644
(file)
--- a/
gtk/gtkglarea.c
+++ b/
gtk/gtkglarea.c
@@
-376,8
+376,8
@@
gtk_gl_area_class_init (GtkGLAreaClass *klass)
* The #GdkGLContext used by the #GtkGLArea widget.
*
* The #GtkGLArea widget is responsible for creating the #GdkGLContext
- * instance.
See the #GtkGLArea::create-context signal on how to
- *
override the default behavior
.
+ * instance.
If you need to render with other kinds of buffers (stencil,
+ *
depth, etc), use render buffers
.
*
* Since: 3.16
*/